projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ae09f
)
Fix minor traceback in xen-bugtool when send fails
author
pl@us.ibm.com
<pl@us.ibm.com>
Tue, 29 Nov 2005 01:00:10 +0000
(
01:00
+0000)
committer
pl@us.ibm.com
<pl@us.ibm.com>
Tue, 29 Nov 2005 01:00:10 +0000
(
01:00
+0000)
tools/python/xen/util/bugtool.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/util/bugtool.py
b/tools/python/xen/util/bugtool.py
index 5c4ffc87b07d43290210df40fc017def01aca093..06c924beefd000dcb9378fca2fcdadd3c1e6668d 100644
(file)
--- a/
tools/python/xen/util/bugtool.py
+++ b/
tools/python/xen/util/bugtool.py
@@
-162,7
+162,7
@@
def send(bug, conn, fd, filename, username, password):
print >>sys.stderr, (
'Attach failed: %s %s.' % (response.status, response.reason))
elif not m or m.group(1) != 'Changes Submitted':
- print >>sys.s
y
derr, (
+ print >>sys.s
t
derr, (
'Attach failed: got a page titled %s.' % m.group(1))
else:
print "Attaching %s to bug %d succeeded." % (filename, bug)